# pstringrem make script
# Marc Wolfgram  07Aug92

pstringrem: pstring.d pstring.r



    duplicate -d pstring.d pstringrem
    duplicate -r pstring.r pstringrem
    filetype pstringrem 188 16390
    duplicate pstringrem :brain:fdn:shl:foundation.edit

pstring.d: o:rem.root o:pstring.a
    link o:rem o:pstring keep=pstring.d

o:rem.root: remheader.asm
    assemble remheader.asm keep=o:rem

o:pstring.a: pstring2.c
    compile +W pstring2.c keep=o:pstring
